home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / meshsize.6 < prev    next >
Text File  |  1996-07-16  |  279b  |  17 lines

  1. .TH MESHSIZE
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. MESHSIZE
  5.  
  6.  
  7.  
  8.  NumericType MESHSIZE( SurfaceType Srf, ConstantType Direction )
  9.  
  10. Returns the size of Srf's mesh in Direction, which
  11. is one of COL or ROW.
  12.  
  13. Example:
  14.  
  15.    RSize = MESHSIZE( Sphere, ROW );
  16.    CSize = MESHSIZE( Sphere, COL );
  17.